public bool IsProperContactAvailable(Employee emp)
 {
     return(_phService.GetNumberById(emp.PrimaryPhoneId) == null ? false : true);
 }