public ActionResult Index()
 {
     return(View(_homeDB.getCompanyDetails()));
 }