static GameModelDatabaseRecieverFactory()
 {
     Factory = new SingletonFactory <GameModelDataAccess>();
 }
 static PlatformModelDatabaseRecieverFactory()
 {
     Factory = new SingletonFactory <PlatformModelDataAccess>();
 }