public void CleanUp()
 {
     _bll = null;
 }
 public void Init()
 {
     _bll = new HeaderNotaMiniPosBll();
 }