public virtual void DeletePhysically(Guid id) { _entityRepository.DeletePhysically(id); SaveChanges(); }