public int LayMaLonNhat()
        {
            DataTable table = data.LayMaLonNhat();

            try
            {
                int i = Convert.ToInt32(table.Rows[0][0].ToString());
                return(++i);
            }
            catch (Exception e)
            {
                return(1);
            }
        }