public Operation FindOperationById(int id)
 {
     return(operationService.FindById(id));
 }