public bool AddNewTeam(string teamName)
 {
     return(DbLayer.CreateTeam(teamName));
 }