/**
  * 
  *
  * @static 
  */
 public static function getCart($type)
 {
     return \CodeTrim\Models\Context::getCart($type);
 }