public UsuarioBC(BaseOC outraBC) : base(outraBC) { }
protected BaseOC(BaseOC otherBC) { _context = otherBC._context; Usuario = otherBC.Usuario; }