function __construct()
 {
     parent::__construct(true, false, false, "Location not found", null);
 }
 function __construct()
 {
     parent::__construct(true, false, false, "Location ID is missing", null);
 }