public static BrandDTO CreateBrandDTO(this Brand brand) { var dto = new BrandDTO(); brand.CopyToBrandDTO(dto); return(dto); }