public DataTable GetMenu(int ind) { PL_Login pl = new PL_Login(); pl.Ind = ind; DataTable dt = new DataTable(); dt = objdllogin.GetMenu(pl); return(dt); }