public static ReceiveFormEntity GetBySerialId(string serialId)
 {
     return(ReceiveFormRepository.GetBySerialId(serialId));
 }