void Start()
 {
     template   = template_FriendListItem;
     content    = scrollContent;
     scrollView = this;
 }
 public void UpdateFriendList()
 {
     ScrollviewFriendList.UpdateList();
 }