public DataTable platoByID(int idplato) { PlatoDAL li = new PlatoDAL(); DataTable dt = li.GetPlatoByID(idplato); return(dt); }