public static BG_Supplementary GetBG_SupplementaryBySuppID(int suppID)
 {
     return(BG_SupplementaryService.GetBG_SupplementaryBySuppID(suppID));
 }
 public static DataTable GetAllBG_Supplementary()
 {
     return(BG_SupplementaryService.GetAllBG_Supplementary());
 }
 public static bool ModifyBG_Supplementary(BG_Supplementary bG_Supplementary)
 {
     return(BG_SupplementaryService.ModifyBG_Supplementary(bG_Supplementary));
 }
 public static bool DeleteBG_SupplementaryByID(int suppID)
 {
     return(BG_SupplementaryService.DeleteBG_SupplementaryBySuppID(suppID));
 }
 public static bool DeleteBG_Supplementary(BG_Supplementary bG_Supplementary)
 {
     return(BG_SupplementaryService.DeleteBG_Supplementary(bG_Supplementary));
 }
 public static BG_Supplementary AddBG_Supplementary(BG_Supplementary bG_Supplementary)
 {
     return(BG_SupplementaryService.AddBG_Supplementary(bG_Supplementary));
 }