public bool IsReservedEntry(int id)
 {
     return(repository.IsReservedEntry(id));
 }