public void Associate(AddRoleToEmployeeViewModels model)
 {
     Repository.Associate(model.Employee, model.Roles);
     Repository.Save();
 }