public static bool DeleteBG_PayProjectByID(int pPID)
 {
     return(BG_PayProjectService.DeleteBG_PayProjectByPPID(pPID));
 }