private bool ReleaseExists(int id)
 {
     return(_repository.Any(id));
 }