public bool DeleteReportPeriod(int RepperID, int BudgetID)
 {
     return(budrep.DeleteReportPeriod(RepperID, BudgetID));
 }