public IEnumerable <ReportPeriodListR> GetFinPeriods(int BudgetID)
 {
     return(budrep.GetFinPeriods(BudgetID));
 }