internal static long DeleteInstitutionProgramWiseStudent(BOInstitutionProgramStudent model)
        {
            DAInstitutionProgramStudent accessLayer = new DAInstitutionProgramStudent();

            return(Convert.ToInt64(accessLayer.DeleteInstitutionProgramWiseStudent(model)));
        }
        internal static DataTable GETInstitutionProgramWiseStudentById(Hashtable ht)
        {
            DAInstitutionProgramStudent accessLayer = new DAInstitutionProgramStudent();

            return(accessLayer.GETInstitutionProgramWiseStudentById(ht));
        }