public string ipStr(string str) { return(xc.GetIpWhere(str)); }
public string ip(string ip) { return(xc.GetIpWhere(ip)); }