static bool GetRememberMe(LoginViewModel model) { return(model.RememberMe); }
static string GetEmail(LoginViewModel model) { return(model.Email); }