public TicketsController(ISTAppService <ISTRepo> stService)
 {
     _stService = stService;
 }
 public STController(ISTAppService <ISTRepo> stService)
 {
     _stService = stService;
     Initialise();
 }