public bool Update(int activityId)
 {
     return(_activitiesMethods.Clear(activityId));
 }