public int AddExcel(List <Model.Student> list) { DAL.Student dal = new DAL.Student(); return(dal.AddExcel(list)); }