public Task <int> AddPersonnelEntry(PersonnelEntry personnelEntry)
 {
     return(_personnelRepository.AddPersonnelEntry(personnelEntry));
 }