public object ConsultarPlatosPorTipo(string tipo)
 {
     return(bd.spConsultarPlatosPorTipo(tipo).ToList());
 }