public List <string> GetDatabaseName(string pServerName, string pUser, string pPass)
 {
     return(co.GetDatabaseName(pServerName, pUser, pPass));
 }