public static EntityCollection ConvertEntityCollectionToCopy(EntityCollection from)
 {
     return(from.Copy());
 }