public ViewReceivedServiceProduct GetReceivedServiceProductById(long receiveId)
 {
     return(_iServiceGateway.GetReceivedServiceProductById(receiveId));
 }