public bool DeleteArticleCat(int?FinArticleCatID, int?BudgetID)
 {
     return(budrep.DeleteArticleCat(FinArticleCatID, BudgetID));
 }