public void Remove(string id)
 {
     _applicationService.Remove(id);
 }