public bool Delete(int id) { return(db.Delete(id)); }
public void Delete(K key) { idbContext.Delete(key); }
public void Delete() { _idb.Delete(); }