public void Remoce(string id) { try { _domain.DoCommand(CommandType.Remove, null); _repository.RemoveById(ObjectId.Parse(id)); } catch (Exception ex) { _domain.DoCommand(CommandType.Exception, ex); Enumerable.Empty <Retailer>(); } }