// GET: Budgets
 public ActionResult Index()
 {
     return(View(_budgetService.ListAllBudgets()));
 }