public RouletteController(IDataAccess client, IRoulette domain)
 {
     domain.GetDataAccess(client);
     _domain = domain;
 }