public bool Update(Ubicacion obj)
 {
     return(obj != null && obj.Update());
 }