public string GetPass(string password)
 {
     return(nv.GetPass(password));
 }