public void SetValue(em.off_distribution_type _type, int _val)
 {
     d_data[_type] = _val;
 }
 public int GetPercentage(em.off_distribution_type _type)
 {
     return(d_data[_type]);
 }