public object ConsultarPlatosPorNombre(string nombre) { return(bd.spConsultarPlatosPorNombre(nombre).ToList()); }