public bool DeleteJobOpportunity(Guid id)
 {
     return(_jobOpportunityRepository.DeleteJobOpportunity(id));
 }