public IEnumerable <Movement> GetMovements(int categoryId)
 {
     return(_movementRepository.GetByCategory(categoryId));
 }