public RoleOfGroupsController(IMapper mapper, IRoleOfGroupService roleOfGroupService)
 {
     _mapper             = mapper;
     _roleOfGroupService = roleOfGroupService;
 }