public string DeleteBlackForActive(List <Guid> ids) { _response = _active.DeleteBlackForActive(ids); return(Utils.SerializeObject(_response)); }