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