public long GetFirstMovementRecord([FromRoute] long id)
 {
     return(repository.GetFirstMovementRecord(id));
 }