public override int GetHashCode()
 {
     return(UserName.GetHashCode() ^ PassWord.GetHashCode() ^ Property.GetHashCode());
 }