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