public EditUserController() { Validation = new UserValidation(); }
public CreateUserController() { Validation = new UserValidation(); }