public static void EliminarPlato(Plato p)
 {
     listaPlatos.Remove(p);
 }
 public static void AgregarPlato(Plato c)
 {
     listaPlatos.Add(c);
 }