public IActionResult Index() { var model = new TemplateIndexModel(); model.CallQuickTemplates = _templatesService.GetAllCallQuickTemplatesForDepartment(DepartmentId); return(View(model)); }