/**
  * Initializes DB mappers
  *
  * @return
  */
 function __construct()
 {
     $this->mapper = DevicesMapper::getInstance();
 }