public bool LoginLocal(string username, string password, bool persist) { return(userSecurity.LoginLocal(username, password, persist)); }