public IList <IViewModel> GetAll() { return(mapper.DomainToModel(teamRepo.GetAll().ToList <IDomain>())); }