public bool Update(Goal goal)
 {
     return(GoalDb.Update(goal));
 }