public string LeerProvincia(string xml) { Provincia prov = new Provincia(xml); prov.Read(); return(prov.Serializar()); }