public AdminController(std s, Postings p, Filings f, Contactus c, Commenting com)
 {
     studnt = s;
     post = p;
     comment = com;
     file = f;
     cont = c;
 }
 public HomeController(Contactus c, std s)
 {
     icon = c;
     std = s;
 }