/**
  * Inserts row
  */
 public function insert()
 {
     DataCenterDB::insertRow($this);
 }