public Task <PersonnelEntry> GetPersonnelEntry(int personnelId)
 {
     return(_personnelRepository.GetPersonnelEntry(personnelId));
 }