public int GetCounts(string folder, string name)
 {
     return(ControlType.GetItemCount(name));
 }