public List[] GetAllByOwner(long ownerId, long groupId)
 {
     return(_listRepository.GetAllByOwnerId(ownerId, groupId));
 }