public SampleController()
 {
     _statusService = new StatusService();
     _userService = new UserService();
     _sampleService = new SampleService();
 }
 public StatusController()
 {
     _statusService = new StatusService();
 }