public List <PostDTO> GetAllPosts()
 {
     return(_dal.GetAllPosts());
 }