public bool checkConnection(string newconnectionstring)
 {
     return(DB_SERVER.checkConnection(newconnectionstring) == true ? true : false);
 }
 public bool checkConnection()
 {
     return(DB_SERVER.checkConnection() == true ? true : false);
 }