public void DeleteOrders(int townId, bool isFrom) { Rep.DeleteMany(x => x.TownId == townId && x.IsFrom == isFrom); }