public void InsertarSegRol(Seg_rol seg_rol) { _db.Insert(seg_rol);; }
public void ActualizarSegRol(Seg_rol seg_rol) { _db.Update(seg_rol); }