public TeamsController()
 {
     teamServices      = new TeamServices();
     continentServices = new ContinentServices();
     playerServices    = new PlayerServices();
 }
 public ContinentsController()
 {
     continentServices = new ContinentServices();
 }