public ActionResult Index()
 {
     ViewBag.Goals = WorkWithDB.GetGoals();
     return(View());
 }