function explain($type)
 {
     $explanation = new Explanation();
     return $explanation->explain($type);
 }