public VehiclesController(GuildCarsContext context)
 {
     _context = context;
 }
 public MiscController(KeysClass.IKeyService keyService, GuildCarsContext context)
 {
     _keyService = keyService;
     _context    = context;
 }
 public SpecialsController(GuildCarsContext context)
 {
     _context = context;
 }