public MineralRDICalculator(INutrientRecommendationBusinessLogic nutrientRecommendationBusinessLogic, IUserProfileBusinessLogic userProfileBusinessLogic)
 {
     this.nutrientRecommendationBusinessLogic = nutrientRecommendationBusinessLogic;
     this.userProfileBusinessLogic = userProfileBusinessLogic;
 }
 public NutrientRecommendationImportEngine(INutrientRecommendationBusinessLogic nutrientRecommendationBusinessLogic)
 {
     this.nutrientRecommendationBusinessLogic = nutrientRecommendationBusinessLogic;
 }