public NotificationsController(SNSContext con) { _context = con; }
public HomeController(SNSContext context) { _context = context; }