private bool DeveloperExists(int id)
 {
     return(_developerService.Exist(id));
 }