public Parser(HomeForm homeForm)
 {
     this.homeForm = homeForm;
 }
 public HQLGenerator(HomeForm homeForm)
 {
     this.homeForm = homeForm;
 }