public static int DeleteProfile(HeSoLuong qh)
 {
     return(HeSoLuongMod.DeleteProfile(qh));
 }
 public static int InsertProfile(HeSoLuong qh)
 {
     return(HeSoLuongMod.InsertProfile(qh));
 }
 public static int UpdateProfile(HeSoLuong qh)
 {
     return(HeSoLuongMod.UpdateProfile(qh));
 }
 public static DataTable GetData()
 {
     return(HeSoLuongMod.GetData());
 }