private Int32 GetMaxCode()
        {
            EmployeeBAL _ObjBAL = new EmployeeBAL();

            return(_ObjBAL.GetMaxCode());
        }