// Start is called before the first frame update
 void Start()
 {
     m_itemsDatabase = new ItemsDatabase();
     m_itemsDatabase.Init();
 }