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