public bool RemoveTeam(string teamId)
 {
     return(DbLayer.DeleteTeam(teamId));
 }