public IEnumerable <FinArticleCategoryR> GetFinArticleCategory(int BudgetID)
 {
     return(budrep.GetFinArticleCategory(BudgetID));
 }