public bool AddPost(String title, String shortDescription, String description, String dateCreate, Category choisenCategory, IList <Tag> choisenTags)
 {
     return(BlogManager.AddPost(title, shortDescription, description, dateCreate, choisenCategory, choisenTags));
 }