public DataTable DatosDesPlato(int idpla) { PlatoDAL li = new PlatoDAL(); return(li.DATOSDeshablitarPlato(idpla)); }