public bool CheckUser(string user, string pass)
 {
     return(st.CheckUser(user, pass));
 }