/**
  * Allows to query the first record that match the specified conditions
  *
  * @param mixed $parameters
  * @return DataCustomer
  */
 public static function findFirst($parameters = null)
 {
     return parent::findFirst($parameters);
 }