public void SetList(ref T[] contentList)
 {
     controller.Clear();
     controller.AddItems(contentList);
 }