Hello. I was wondering what could be a good solution to pass data to views that use same layout? For instance let's say That I have HomeController and SigninController and they both have the same layout. Would it be an overkill if I would create a BaseController for those controllers that use the same layout and for the controllers that use different layout - another base controller? Or it is better to do it within an initiliazile function of each of the controllers ? Or maybe another solution would be cleaner ? Thanks in advance