public string[] searcStudentAidDataCount(SearchStudentAid SearchData) { CaseDataBase SDB = new CaseDataBase(); if (int.Parse(SDB._StaffhaveRoles[3]) == 1) { return SDB.searcStudentAidCount(SearchData); } else { return new string[2] { _noRole, _errorMsg }; } }