function __construct($post)
 {
     //run the parrent constructor
     parent::__construct($post);
 }