public MailBusiness()
 {
     _userContext = new UserContext(new DbContextFactory());
 }
 public ProfileBusiness()
 {
     _userContext = new UserContext(new DbContextFactory());
 }
 public LoginBusiness()
 {
     _userContext = new UserContext(new DbContextFactory());
 }
 public RegisterBusiness()
 {
     _userContext = new UserContext(new DbContextFactory());
 }