public int AdminCounterBLL() { clsDAL ob1 = new clsDAL(); return(ob1.AdminCounterDAL().Tables[0].Rows.Count); }