#include "Production.h"
float Production::get_value(){
return value;
}
string Production::get_name(){
return name;