public ActionResult Index()
 {
     return(View(_orgManager.GetAllOrganizations()));
 }