public TeamsController(ITeamMock teamsmock)
 {
     this.db = teamsmock;
 }
 public TeamsController()
 {
     this.db = new EFTeams();
 }