public IList <Employee> GetEmployees(long companyID)
 {
     return(companyRepo.GetEmployees(companyID));
 }