public void DeleteById(object id) { orm.Delete <SecondEntity>(id); }
public void DeleteById(object id) { orm.Delete <Person>(id); }