public DataTable ThuocSelectTop5(string temp) { var t = new ThuocDAL(); var dt = new DataTable(); dt = t.ThuocSelectTop5(temp); return(dt); }