function __construct()
 {
     parent::setTable('consulting');
 }
 function __construct($type)
 {
     parent::setTable($type);
 }