public void DeleteCustomer(Expression <Func <CustomerEntity, bool> > where) { mongoDbService.Delete(where); }