private Task <bool> BudgetsExists(int id)
 {
     return(_repo.BudgetExsistsAsync(id));
 }