private VerseFactory verseFactory;
private ProfileFactory profileFactory;
public QurTextServiceImpl() {
super();
chapterFactory = new ChapterFactory();
sectionFactory = new SectionFactory();
verseFactory = new VerseFactory();
userService = UserServiceFactory.getUserService();
profileFactory = new ProfileFactory();
}