public static BlogPosts.Buzzwords.DataContracts.Buzzword TranslateBuzzwordToBuzzword(BlogPosts.Buzzwords.BusinessEntities.Buzzword from)
 {
     BlogPosts.Buzzwords.DataContracts.Buzzword to = new BlogPosts.Buzzwords.DataContracts.Buzzword();
     to.Id   = from.id;
     to.Name = from.name;
     return(to);
 }
 public static BlogPosts.Buzzwords.DataContracts.Buzzword TranslateBuzzwordToBuzzword(BlogPosts.Buzzwords.BusinessEntities.Buzzword from)
 {
     BlogPosts.Buzzwords.DataContracts.Buzzword to = new BlogPosts.Buzzwords.DataContracts.Buzzword();
     to.Id = from.id;
     to.Name = from.name;
     return to;
 }