public PostController()
 {
     dao = new PostDaoEF();
 }
 public HomeController()
 {
     dao = new PostDaoEF();
 }