public List <MealDisplay> GetMealsToDisplay()
 {
     try
     {
         return(MealManager.GetMealsToDisplay());
     }
     catch
     {
         return(new List <MealDisplay>());
     }
 }