public bool UpdateCancellation(string comments, int id) { return(db.UpdateCancellation(comments, id)); }