private Task AddOperation(PeriodOperation operation)
 {
     _databaseRepository.AddOperation(operation);
     return(Task.CompletedTask);
 }