public bool UpdateRace(Race race)
 {
     throw new NotImplementedException();
 }
 public int CreateRace(Race race)
 {
     throw new NotImplementedException();
 }