public bool AddSuperAdminSchool(long userId, long schoolInfoId) { return(_schoolRepo.AddSuperAdminSchool(userId, schoolInfoId)); }