public void CleanUp() { _bll = null; }
public void Init() { _log = LogManager.GetLogger(typeof(ProfilBllTest)); _bll = new ProfilBll(_log); }