public DataTable AllplatosList() { PlatoDAL li = new PlatoDAL(); DataTable dt = li.GetAllplatos(); return(dt); }