public virtual void DeleteById(TK id) { _genericDao.SessionFactory = _SessionFactory; _genericDao.DeleteById(id); }