public List <RGDetails> GetRGDetails(int userId, int invoiceId)
 {
     return(_invoiceRepo.GetRGDetails(userId, invoiceId));
 }