public ActionResult DeleteConfirmed(int?id)
 {
     TaskList.DeleteById(id, db);
     return(RedirectToAction("GetTaskList"));
 }