public Monogame()
{
graphics = new GraphicsDeviceManager(this);
graphics.PreferredBackBufferHeight = 768;
graphics.PreferredBackBufferWidth = 1024;
Content.RootDirectory = Directory.GetCurrentDirectory() + "/Content/";
}