public HomeController(CommunityResourcesContext context)
 {
     _context = context;
 }
 public OrganizationsController(CommunityResourcesContext context)
 {
     _context = context;
 }
 public ContactsController(CommunityResourcesContext context)
 {
     _context = context;
 }
 public DetailandContactController(CommunityResourcesContext context)
 {
     _context = context;
 }