/******Editar Documento******/ public Boolean Editar(Empresa_Model Emp) { var x = Empresa_Data.Editar(Emp); OnEmpresasChanged(); return(x); }