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