public void ChangePasswordAndEnable(string pass, int userId)
 {
     cma.ChangePasswordAndEnable(pass, userId);
 }