public int GetBudgetInitialAmount(int BudgetID)
 {
     return(budrep.GetBudgetInitialAmount(BudgetID));
 }