public static bool DeleteBG_ProvBudItemsByID(int pBID)
 {
     return(BG_ProvBudItemsService.DeleteBG_ProvBudItemsByPBID(pBID));
 }