public function __construct($constraints)
 {
     parent::__construct('pigments', $constraints);
     $this->db->orderby('name', 'asc');
 }