public DataTable ThuocSelectAll() { var dal = new ThuocDAL(); var dt = new DataTable(); dt = dal.ThuocSelectAll(); return(dt); }