public bool Connect()
 {
     return(PIBUtils.piServerConnect(ConServerName, ConUser, ConPassword));
 }