public IEnumerable <Payment> GetPaymentsByStatus(string Status) { return(_repository.GetPaymentsByStatus(Status)); }