public bool ExistsWorkItem(string id)
 {
     return(_workItemRepsitory.ExistsWorkItem(id));
 }