public int registerUser(ClientUser User) { throw new NotImplementedException(); }
public int checkUserLogin(ClientUser User) { throw new NotImplementedException(); }