public ICollection <EmployeeViewModels> GetAll()
 {
     return(Mapper.AllToModel(Repository.GetAll()));
 }