public IList <Team> GetAll()
 {
     return(_teamsRepository.GetAllIncludingPlayers());
 }