public static bool DeleteBG_Quota(BG_Quota bG_Quota)
 {
     return BG_QuotaService.DeleteBG_Quota(bG_Quota);
 }
 public static bool ModifyBG_Quota(BG_Quota bG_Quota)
 {
     return BG_QuotaService.ModifyBG_Quota(bG_Quota);
 }
 public static BG_Quota AddBG_Quota(BG_Quota bG_Quota)
 {
     return BG_QuotaService.AddBG_Quota(bG_Quota);
 }