public JsonResult DeleteGoal(Goal goal)
 {
     BL.DeleteGoal(goal);
     return(Json(goal, JsonRequestBehavior.AllowGet));
 }