/**
  * Gets length of recipelist
  *
  * @return int length of recipelist
  */
 public int getLength() {
   return recipe_List.size();
 }