public MenuBackground(string backgroundAssetPath, Viewport viewport)
 {
     this.rectangle = new Rectangle((int)viewport.GetTopLeft().X, (int)viewport.GetTopLeft().Y, viewport.Width, viewport.Height);
     this.backgroundAssetPath = assetBasePath + backgroundAssetPath;
 }