public int AddStudent(StudentMaster _master, string Otype)
        {
            DALCommon dal = new DALCommon(ConStr);

            return(dal.AddStudent(_master, Otype));
        }